curl --request POST \
--url https://api-lr.agent.ai/v1/action/outreach_drafter_draft_outreach \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prospect_name": "<string>",
"company_website": "<string>",
"seller_product": "<string>",
"output_variable_name": "outreach_package",
"channel": "both",
"tone": "professional",
"goal": "book a meeting",
"additional_context": "<string>",
"seller_icp": "<string>",
"seller_website": "<string>",
"pain_points": "<string>",
"proof_points": "<string>"
}
'{
"status": 123,
"response": {}
}Generates personalized email and LinkedIn message variants with transparent personalization audit.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/outreach_drafter_draft_outreach \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prospect_name": "<string>",
"company_website": "<string>",
"seller_product": "<string>",
"output_variable_name": "outreach_package",
"channel": "both",
"tone": "professional",
"goal": "book a meeting",
"additional_context": "<string>",
"seller_icp": "<string>",
"seller_website": "<string>",
"pain_points": "<string>",
"proof_points": "<string>"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
^[a-zA-Z][a-zA-Z0-9_]*$